home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 5 / Gekikoh Dennoh Club Vol. 5 (Japan).7z / Gekikoh Dennoh Club Vol. 5 (Japan) (Track 01).bin / internet / xip / iijppp.lzh / src / chap.h < prev    next >
C/C++ Source or Header  |  1993-09-11  |  175b  |  12 lines

  1.  
  2. #ifndef _CHAP_H_
  3. #define    _CHAP_H_
  4. #include "global.h"
  5. #include "md5.h"
  6.  
  7. #define    CHAP_CHALLENGE    1
  8. #define    CHAP_RESPONSE    2
  9. #define    CHAP_SUCCESS    3
  10. #define    CHAP_FAILURE    4
  11. #endif
  12.